repeat

pure function repeat(n: integer): text

Returns the text repeated n times. SQL compatible.

Since

0.11.0

Parameters

n

The number of times to repeat the text.